home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1993 / Internet Info CD-ROM (Walnut Creek) (1993).iso / networking / ip / ka9q / osrc.arc / AX25TNC.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-03-18  |  224 b   |  16 lines

  1. #ifndef    NULLTNC
  2.  
  3. struct ax25tnc {
  4.     struct proc *input;
  5.     struct proc *output;
  6.     struct proc *upload;
  7.     struct session *session;
  8. };
  9. #define    NULLTNC    ((struct ax25tnc *)0)
  10.  
  11. void ax_upload();
  12.  
  13. #endif /* NULLTNC */
  14.  
  15.  
  16.